Skip to content

Rename skill: microsoft-build-cli to microsoft-build#9

Merged
mikekinsman merged 1 commit into
mainfrom
fix-skill-name
May 7, 2026
Merged

Rename skill: microsoft-build-cli to microsoft-build#9
mikekinsman merged 1 commit into
mainfrom
fix-skill-name

Conversation

@pdebruin

@pdebruin pdebruin commented May 7, 2026

Copy link
Copy Markdown
Collaborator

One-line change in SKILL.md frontmatter.

Why:

  1. The Agent Skills spec (agentskills.io/specification) requires the name field to match the parent directory name. The folder is skills/microsoft-build/, so the name must be microsoft-build.

  2. Users don't ask for a CLI — they ask 'What is new at Build for my project?' The agent activates on 'build' in the description, not 'cli' in the name. The -cli suffix adds no discovery value.

What changes: name: microsoft-build-cli becomes name: microsoft-build

Per the Agent Skills spec (agentskills.io/specification), the skill
name must match the parent directory name. The folder is already
skills/microsoft-build/, so the name should be microsoft-build.

Also: users ask 'What's new at Build for my project?' — the agent
activates on 'build' in the description, not 'cli'. The -cli suffix
adds no discovery value and violates the spec.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pdebruin pdebruin requested a review from mikekinsman May 7, 2026 11:52

@mikekinsman mikekinsman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed internally and approved

@mikekinsman mikekinsman merged commit c46dcd2 into main May 7, 2026
3 checks passed
@pdebruin

pdebruin commented May 8, 2026

Copy link
Copy Markdown
Collaborator Author

One more README suggestion for the "How It Works" section:

The CLI uses text-based search (MiniSearch) with field boosting, not semantic ranking. For broad topics like "Foundry" that match 50+ sessions, the default limit returns 10 results — which may not include the most relevant ones for a specific project. The agent compensates by running multiple searches from different angles and applying its own relevance ranking, but it is working from a subset.

Worth adding a line to the README like:

Session results are a starting point — for broad topics, ask the agent to refine ("show me more Foundry sessions about observability") or browse the full catalog at build.microsoft.com/sessions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants